home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Pascal / System / ControlPanelLock / README < prev   
Encoding:
Text File  |  1994-05-05  |  928 b   |  22 lines  |  [TEXT/KAHL]

  1. This is the source to my Control Panel Lock, which works only under
  2. system 6 or earlier.
  3.  
  4. The idea is that you install the INIT/CDEV in your system folder,
  5. and then once it's loaded, the user cannot get into the control
  6. panel unless he/she holds down the option and command keys while
  7. selecting "Control Panel" from the Apple menu, and then entering
  8. the correct password.  Obviously this is only a useful thing to
  9. do on a machine that is subject to use by semi-malicious dummies.
  10.  
  11. To build the complete package, build the "OpenDeskAcc.π" project
  12. first; the code that results (and the resources in the 
  13. "OpenDeskAcc.π.Rsrc" file) will be saved as "INIT.π.Rsrc".  Next,
  14. build the INIT.π project, the results of which will be saved
  15. as "CPanel Lock.π.Rsrc".  And finally, build the "CPanel Lock.π"
  16. project to create the usable CDEV.
  17.  
  18. Hope this helps.  The code is not commented, but I welcome questions
  19. at rrwood@io.org.
  20.  
  21. -Roy Wood
  22.